home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / oangband.lha / Oangband050b / user / message.prf < prev    next >
Text File  |  2000-09-25  |  1KB  |  119 lines

  1. # File: message.prf
  2. #
  3. # This file defines the default message colors.
  4. #
  5. # This file includes, if appropriate, various "sub-files".
  6. #
  7. # See "lib/help/command.txt" and "src/files.c" for more information.
  8. #
  9. # Format:
  10. # M:<message-type>:<color>
  11. #
  12. # Possible colors:
  13. # d = Dark
  14. # w = White
  15. # s = Slate
  16. # o = Orange
  17. # r = Red
  18. # g = Green
  19. # b = Blue
  20. # u = Umber
  21. # D = Light Dark
  22. # W = Light Slate
  23. # v = Violet
  24. # y = Yellow
  25. # R = Light Red
  26. # G = Light Green
  27. # B = Light Blue
  28. # U = Light Umber
  29.  
  30. # MSG_GENERIC
  31. M:0:w
  32.  
  33. # MSG_HIT
  34. M:1:w
  35.  
  36. # MSG_MISS
  37. M:2:w
  38.  
  39. # MSG_FLEE
  40. M:3:w
  41.  
  42. # MSG_DROP
  43. M:4:w
  44.  
  45. # MSG_KILL
  46. M:5:w
  47.  
  48. # MSG_LEVEL
  49. M:6:w
  50.  
  51. # MSG_DEATH
  52. M:7:w
  53.  
  54. # MSG_STUDY
  55. M:8:w
  56.  
  57. # MSG_TELEPORT
  58. M:9:w
  59.  
  60. # MSG_SHOOT
  61. M:10:w
  62.  
  63. # MSG_QUAFF
  64. M:11:w
  65.  
  66. # MSG_ZAP
  67. M:12:w
  68.  
  69. # MSG_WALK
  70. M:13:w
  71.  
  72. # MSG_TPOTHER
  73. M:14:w
  74.  
  75. # MSG_HITWALL
  76. M:15:w
  77.  
  78. # MSG_EAT
  79. M:16:w
  80.  
  81. # MSG_STORE1
  82. M:17:w
  83.  
  84. # MSG_STORE2
  85. M:18:w
  86.  
  87. # MSG_STORE3
  88. M:19:w
  89.  
  90. # MSG_STORE4
  91. M:20:w
  92.  
  93. # MSG_DIG
  94. M:21:w
  95.  
  96. # MSG_OPENDOOR
  97. M:22:w
  98.  
  99. # MSG_SHUTDOOR
  100. M:23:w
  101.  
  102. # MSG_TPLEVEL
  103. M:24:w
  104.  
  105. # MSG_BELL
  106. M:25:o
  107.  
  108. # MSG_NOTHING_TO_OPEN
  109. M:26:w
  110.  
  111. # MSG_LOCKPICK_FAIL
  112. M:27:w
  113.  
  114. # MSG_STAIRS
  115. M:28:w
  116.  
  117. ?:1
  118.  
  119.